:root {
    --scale: 0.75;
}

body {
    text-align: center;
}

html,
body {
    font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #222222;
}
.pc-blue-button {
    background: #2f8eff;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.1rem 4rem;
    display: inline-block;
    border-radius: 5rem;
    cursor: pointer;
    width: auto;
}
.pc-blue-button:hover {
    background: #4495f9;
}

.pc-red-button {
    background: #b21703;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.1rem 4rem;
    display: inline-block;
    border-radius: 5rem;
    cursor: pointer;
    width: auto;
}
@media only screen and (max-width: 2048px) {
    html,
    body {
        font-size: 9px;
    }
    #app {
        margin: 0 auto;
        width: 100%;
        display: block;
        font-size: 0;
        min-width: calc(1920px * var(--scale));
    }
    /* .pc-more {
        height: 40px;
    } */
}

@media only screen and (min-width: 2049px) {
    html,
    body {
        font-size: 10px;
    }
    #app {
        margin: 0 auto;
        width: 100%;
        display: block;
        font-size: 0;
        min-width: 1920px;
    }
    /* .pc-more {
        height: 50px;
    } */
}

@keyframes pos2-bg-bounce {
    0% {
        background-position: center 65%;
    }
    20% {
        background-position: center 70%;
    }
    80% {
        background-position: center 60%;
    }
    100% {
        background-position: center 65%;
    }
}

/* @font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Regular.min.ttf");
} */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

.container {
    text-align: left;
    width: 100%;
    display: inline-block;
    font-size: 0;
}

.pc-news .content .content-wrap .image,
.notice .content .image {
    text-align: center;
    margin: 1.5rem auto;
}

.pc-video-wrap .video-js {
    width: 100%;
    height: 100%;
}

@keyframes fade-in-leftToRight {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(10px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}

.video-js .vjs-big-play-button {
    display: none;
}

/* .link-hover {
    position: relative;
}

.link-hover::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link-hover:hover::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #333333;
} */
